home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / viewmrg.zip / RBBS-PC.MRG < prev    next >
Text File  |  1988-10-25  |  1KB  |  24 lines

  1. * ------------[ BLED merge (c) Ken Goosens ]-------------
  2. * Merge this against RBBS-PC.BAS to produce D:\LITE\RBBS-PC.BAS
  3. * RBBS-PC.BAS:  Date 10-12-1988  Size 138779 bytes
  4. * ------------[ Created 10-25-1988 19:13:28 ]------------
  5. * REPLACING old line(s) by new
  6. 346 GOSUB 466
  7.     FF = FALSE
  8. * ------[ first line different ]------
  9. '********** Delete all the files in ARKVIEW.PATH$ **********
  10. '***********************************************************
  11. 'First create a Dummy file so the directory is not empty. It
  12. 'avoids having to use an ON ERROR routine if the directory
  13. 'is empty. Then just kill everything in the ARKVIEW.PATH$
  14. '***********************************************************
  15.  CALL OPENOUTW( ARKVIEW.PATH$ + "\DANDAN.DAN")  '10/09/88
  16.     CLOSE 2                       '10/09/88
  17.     CALL KILLWORK (ARKVIEW.PATH$ + "\*.*")      '10/09/88
  18. '
  19. '
  20. '
  21. ' *****  GET USER NAME                                                      *
  22. ' *****  C - COMMAND FROM NEWUSER REGISTER OPTIONS (CHANGE NAME OR ADDRESS) *
  23. '
  24.